home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue36 / resource / DemoForm.dfm / DemoForm.txt
Encoding:
Text File  |  1998-04-19  |  2.2 KB  |  117 lines

  1. object frmMain: TfrmMain
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsSingle
  5.   Caption = 'Resource Demonstration'
  6.   ClientHeight = 457
  7.   ClientWidth = 442
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnHello: TButton
  19.     Left = 280
  20.     Top = 424
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&Hello'
  24.     TabOrder = 0
  25.     OnClick = btnHelloClick
  26.   end
  27.   object Icons: TGroupBox
  28.     Left = 8
  29.     Top = 8
  30.     Width = 169
  31.     Height = 201
  32.     Caption = 'Icons'
  33.     TabOrder = 1
  34.     object imgIcon: TImage
  35.       Left = 8
  36.       Top = 16
  37.       Width = 153
  38.       Height = 145
  39.       Center = True
  40.     end
  41.     object btnTom: TButton
  42.       Left = 86
  43.       Top = 168
  44.       Width = 75
  45.       Height = 25
  46.       Caption = '&Tom'
  47.       TabOrder = 0
  48.       OnClick = btnTomClick
  49.     end
  50.     object btnJerry: TButton
  51.       Left = 6
  52.       Top = 168
  53.       Width = 75
  54.       Height = 25
  55.       Caption = '&Jerry'
  56.       TabOrder = 1
  57.       OnClick = btnJerryClick
  58.     end
  59.   end
  60.   object grpBitmaps: TGroupBox
  61.     Left = 184
  62.     Top = 8
  63.     Width = 249
  64.     Height = 201
  65.     Caption = 'Bitmap'
  66.     TabOrder = 2
  67.     object imgBitmap: TImage
  68.       Left = 8
  69.       Top = 16
  70.       Width = 233
  71.       Height = 145
  72.       Stretch = True
  73.     end
  74.     object btnLoad: TButton
  75.       Left = 168
  76.       Top = 168
  77.       Width = 75
  78.       Height = 25
  79.       Caption = '&Load'
  80.       TabOrder = 0
  81.       OnClick = btnLoadClick
  82.     end
  83.   end
  84.   object btnExit: TButton
  85.     Left = 360
  86.     Top = 424
  87.     Width = 75
  88.     Height = 25
  89.     Caption = 'E&xit'
  90.     TabOrder = 3
  91.     OnClick = btnExitClick
  92.   end
  93.   object lstSource: TListBox
  94.     Left = 8
  95.     Top = 216
  96.     Width = 425
  97.     Height = 201
  98.     Font.Charset = ANSI_CHARSET
  99.     Font.Color = clWindowText
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ItemHeight = 13
  104.     ParentFont = False
  105.     TabOrder = 4
  106.   end
  107.   object btnSource: TButton
  108.     Left = 200
  109.     Top = 424
  110.     Width = 75
  111.     Height = 25
  112.     Caption = '&Source'
  113.     TabOrder = 5
  114.     OnClick = btnSourceClick
  115.   end
  116. end
  117.